projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f7d08
)
(fill-paragraph-function): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Dec 1995 23:30:18 +0000
(23:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Dec 1995 23:30:18 +0000
(23:30 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index d8450141b4887192c32a8562163b0a78abe20357..f244a0d4e9246acb3b5ad99de78ae59d0d9296bb 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-41,7
+41,8
@@
A value of nil means that any change in indentation starts a new paragraph.")
"*Non-nil means put two spaces after a colon when filling.")
(defvar fill-paragraph-function nil
- "Mode-specific function to fill a paragraph.")
+ "Mode-specific function to fill a paragraph, or nil if there is none.
+If the function returns nil, then `fill-paragraph' does its normal work.")
(defun set-fill-prefix ()
"Set the fill prefix to the current line up to point.